home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPREVIEWPAGEPRINTSERIESDIALOG / TPREVIEWPAGEPRINTSERIESDIALOG.txt < prev   
Text File  |  2001-10-17  |  2KB  |  79 lines

  1. object PreviewPagePrintSeriesDialog: TPreviewPagePrintSeriesDialog
  2.   Left = 336
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Creating preview:'
  7.   ClientHeight = 154
  8.   ClientWidth = 412
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label0: TLabel
  21.     Left = 334
  22.     Top = 6
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'Label0'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 64
  29.     Top = 38
  30.     Width = 321
  31.     Height = 28
  32.     AutoSize = False
  33.     Caption = 'PreviewPagePrintSeriesDialog (Unit21.cpp)'
  34.     WordWrap = True
  35.   end
  36.   object Label1: TLabel
  37.     Left = 24
  38.     Top = 6
  39.     Width = 32
  40.     Height = 13
  41.     Caption = 'Label1'
  42.   end
  43.   object ProgressLabel: TLabel
  44.     Left = 192
  45.     Top = 76
  46.     Width = 20
  47.     Height = 13
  48.     Caption = '55%'
  49.   end
  50.   object Image1: TImage
  51.     Left = 24
  52.     Top = 32
  53.     Width = 32
  54.     Height = 32
  55.     Picture.Data = {<image001.ico>}
  56.     Stretch = True
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 175
  60.     Top = 120
  61.     Width = 60
  62.     Height = 25
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 0
  66.     TabStop = False
  67.     OnClick = CancelBtnClick
  68.   end
  69.   object ProgressBar1: TProgressBar
  70.     Left = 24
  71.     Top = 94
  72.     Width = 361
  73.     Height = 16
  74.     Min = 0
  75.     Max = 100
  76.     TabOrder = 1
  77.   end
  78. end
  79.